home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / global / error.scr < prev    next >
Encoding:
Text File  |  2002-10-21  |  271 b   |  10 lines

  1. main local.error local.errortype:
  2. //    if (local.errortype == NIL)
  3.         local.errortype = 1000
  4.  
  5.     if (getcvar(showerror) == "1")
  6.     println local.error
  7.     else
  8.     error (local.error + "    Use 'showerror 1' at the console to bypass this error message.") local.errortype
  9. end
  10.